home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / SOUND.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  119 b   |  9 lines

  1. on mouseDown
  2.   global music
  3.   button()
  4.   if field "MusicTemp" = "1" then
  5.     set music to 1
  6.   end if
  7.   go("Intro")
  8. end
  9.